home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / dejagnu.lha / dejagnu-1.0.1 / expect / exp_pty.h < prev    next >
Text File  |  1993-03-29  |  421b  |  17 lines

  1. /* exp_pty.h - declarations for pty allocation and testing
  2.  
  3. Written by: Don Libes, NIST,  3/9/93
  4.  
  5. Design and implementation of this program was paid for by U.S. tax
  6. dollars.  Therefore it is public domain.  However, the author and NIST
  7. would appreciate credit if this program or parts of it are used.
  8.  
  9. */
  10.  
  11. int exp_pty_test_start();
  12. void exp_pty_test_end();
  13. int exp_pty_test();
  14. void exp_pty_unlock();
  15. int exp_pty_lock();
  16.  
  17.